home *** CD-ROM | disk | FTP | other *** search
- do
-
- do {
- •
- } while (•);•
-
- for
-
- for (•;•;•) {
- •
- }//endfor•
-
- while
-
- while (•) {
- •
- }//endwhile•
-
- if
-
- if (•) {
- •
- }//endif•
-
- elseif
-
- ∆}
- else if (•) {
- •
-
- else
-
- ∆}
- else {
- •
-
- switch
-
- switch (•) {
- •
- }//endswitch•
-
- case
-
- ∆case •:
- •
-
- default
-
- ∆default:
- •
-
- struct
-
- struct {
- •
- } •;
- •
-
- #if
-
- #if •
- •
- #endif•
-
- #ifdef
-
- #ifdef •
- •
- #endifdef•
-
- #ifndef
-
- #ifndef •
- •
- #endifndef•
-
- #else
-
- ∆#else
- •
-
-